ArcPad XML Reference
ArcPad.apx (custom configuration file)
Send Feedback

Glossary Item Box

ArcPad.apx (custom configuration file):

 

Copy Code
<?xml version="1.0" encoding="UTF-8"?>
<ArcPad>
      <CONFIG>
            <TOOLBARS align="top">
                  <TOOLBAR name="Main" caption="Main Tools" visible="true" image="$file">
                        <TOOLBUTTON command="openmap">
                              <MENUITEM command="new"/>
                              <SEPARATOR/>
                              <MENUITEM command="openmap"/>
                              <MENUITEM command="savemap"/>
                              <MENUITEM command="savemapas"/>
                              <SEPARATOR/>
                              <MENUITEM command="mapproperties"/>
                              <SEPARATOR/>
                              <MENUITEM command="recentfiles"/>
                              <MENUITEM command="recentlayers"/>
                              <SEPARATOR/>
                              <MENUITEM command="exit"/>
                        </TOOLBUTTON>                        
                  </TOOLBAR>
                  <TOOLBAR name="Browse" caption="Browse Tools" visible="true" image="$browse">
                        <TOOLBUTTON command="modezoomin">
                              <MENUITEM command="modezoomin"/>
                              <MENUITEM command="modezoomout"/>
                              <SEPARATOR/>
                              <MENUITEM command="modepan"/>
                              <MENUITEM command="moderotatemap"/>
                        </TOOLBUTTON>
                        <TOOLBUTTON command="zoomfullextent">
                  </TOOLBAR>
                  <TOOLBAR name="Draw" caption="Drawing Tools" visible="true" image="$pen">
                        <TOOLBUTTON command="toggleedit"/>
                        <TOOLBUTTON command="modeselect">
                              <MENUITEM command="modeselect"/>
                              <MENUITEM command="modevertexmove"/>
                              <MENUITEM command="gpsselect"/>
                              <SEPARATOR/>
                              <MENUITEM command="featurecenter"/>
                              <MENUITEM command="zoomtoselected"/>
                              <MENUITEM command="featuregoto"/>
                              <SEPARATOR/>
                              <MENUITEM command="clearselected"/>
                        </TOOLBUTTON>
                  </TOOLBAR>
                  <TOOLBUTTON command="quickaction">
        <MENUITEM command="new"/>
      <MENUITEM command="openmap"/>
                        <MENUITEM command="addlayer"/>
        <SEPARATOR/>
      <MENUITEM command="mapproperties"/>
        <SEPARATOR/>
      <MENUITEM command="recentfiles"/>
        <MENUITEM command="recentlayers"/>
      <SEPARATOR/>
                        <MENUITEM command="help"/>
                        <MENUITEM command="about"/>
                        <SEPARATOR/>
                        <MENUITEM command="exit"/>
                  </TOOLBUTTON>
            </TOOLBARS
      </CONFIG>
</ArcPad>

.
©2013. All Rights Reserved.